\(\int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx\) [566]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [F(-2)]
   Giac [F(-2)]
   Mupad [F(-1)]

Optimal result

Integrand size = 19, antiderivative size = 91 \[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=-\frac {e \sqrt {a+c x^2}}{\left (c d^2+a e^2\right ) (d+e x)}-\frac {c d \text {arctanh}\left (\frac {a e-c d x}{\sqrt {c d^2+a e^2} \sqrt {a+c x^2}}\right )}{\left (c d^2+a e^2\right )^{3/2}} \]

[Out]

-c*d*arctanh((-c*d*x+a*e)/(a*e^2+c*d^2)^(1/2)/(c*x^2+a)^(1/2))/(a*e^2+c*d^2)^(3/2)-e*(c*x^2+a)^(1/2)/(a*e^2+c*
d^2)/(e*x+d)

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 91, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.158, Rules used = {745, 739, 212} \[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=-\frac {c d \text {arctanh}\left (\frac {a e-c d x}{\sqrt {a+c x^2} \sqrt {a e^2+c d^2}}\right )}{\left (a e^2+c d^2\right )^{3/2}}-\frac {e \sqrt {a+c x^2}}{(d+e x) \left (a e^2+c d^2\right )} \]

[In]

Int[1/((d + e*x)^2*Sqrt[a + c*x^2]),x]

[Out]

-((e*Sqrt[a + c*x^2])/((c*d^2 + a*e^2)*(d + e*x))) - (c*d*ArcTanh[(a*e - c*d*x)/(Sqrt[c*d^2 + a*e^2]*Sqrt[a +
c*x^2])])/(c*d^2 + a*e^2)^(3/2)

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 739

Int[1/(((d_) + (e_.)*(x_))*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> -Subst[Int[1/(c*d^2 + a*e^2 - x^2), x], x,
 (a*e - c*d*x)/Sqrt[a + c*x^2]] /; FreeQ[{a, c, d, e}, x]

Rule 745

Int[((d_) + (e_.)*(x_))^(m_)*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[e*(d + e*x)^(m + 1)*((a + c*x^2)^(p
 + 1)/((m + 1)*(c*d^2 + a*e^2))), x] + Dist[c*(d/(c*d^2 + a*e^2)), Int[(d + e*x)^(m + 1)*(a + c*x^2)^p, x], x]
 /; FreeQ[{a, c, d, e, m, p}, x] && NeQ[c*d^2 + a*e^2, 0] && EqQ[m + 2*p + 3, 0]

Rubi steps \begin{align*} \text {integral}& = -\frac {e \sqrt {a+c x^2}}{\left (c d^2+a e^2\right ) (d+e x)}+\frac {(c d) \int \frac {1}{(d+e x) \sqrt {a+c x^2}} \, dx}{c d^2+a e^2} \\ & = -\frac {e \sqrt {a+c x^2}}{\left (c d^2+a e^2\right ) (d+e x)}-\frac {(c d) \text {Subst}\left (\int \frac {1}{c d^2+a e^2-x^2} \, dx,x,\frac {a e-c d x}{\sqrt {a+c x^2}}\right )}{c d^2+a e^2} \\ & = -\frac {e \sqrt {a+c x^2}}{\left (c d^2+a e^2\right ) (d+e x)}-\frac {c d \tanh ^{-1}\left (\frac {a e-c d x}{\sqrt {c d^2+a e^2} \sqrt {a+c x^2}}\right )}{\left (c d^2+a e^2\right )^{3/2}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.56 (sec) , antiderivative size = 101, normalized size of antiderivative = 1.11 \[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=-\frac {e \sqrt {a+c x^2}}{\left (c d^2+a e^2\right ) (d+e x)}+\frac {2 c d \arctan \left (\frac {\sqrt {c} (d+e x)-e \sqrt {a+c x^2}}{\sqrt {-c d^2-a e^2}}\right )}{\left (-c d^2-a e^2\right )^{3/2}} \]

[In]

Integrate[1/((d + e*x)^2*Sqrt[a + c*x^2]),x]

[Out]

-((e*Sqrt[a + c*x^2])/((c*d^2 + a*e^2)*(d + e*x))) + (2*c*d*ArcTan[(Sqrt[c]*(d + e*x) - e*Sqrt[a + c*x^2])/Sqr
t[-(c*d^2) - a*e^2]])/(-(c*d^2) - a*e^2)^(3/2)

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(214\) vs. \(2(83)=166\).

Time = 1.95 (sec) , antiderivative size = 215, normalized size of antiderivative = 2.36

method result size
default \(\frac {-\frac {e^{2} \sqrt {c \left (x +\frac {d}{e}\right )^{2}-\frac {2 c d \left (x +\frac {d}{e}\right )}{e}+\frac {e^{2} a +c \,d^{2}}{e^{2}}}}{\left (e^{2} a +c \,d^{2}\right ) \left (x +\frac {d}{e}\right )}-\frac {c d e \ln \left (\frac {\frac {2 e^{2} a +2 c \,d^{2}}{e^{2}}-\frac {2 c d \left (x +\frac {d}{e}\right )}{e}+2 \sqrt {\frac {e^{2} a +c \,d^{2}}{e^{2}}}\, \sqrt {c \left (x +\frac {d}{e}\right )^{2}-\frac {2 c d \left (x +\frac {d}{e}\right )}{e}+\frac {e^{2} a +c \,d^{2}}{e^{2}}}}{x +\frac {d}{e}}\right )}{\left (e^{2} a +c \,d^{2}\right ) \sqrt {\frac {e^{2} a +c \,d^{2}}{e^{2}}}}}{e^{2}}\) \(215\)

[In]

int(1/(e*x+d)^2/(c*x^2+a)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/e^2*(-1/(a*e^2+c*d^2)*e^2/(x+d/e)*(c*(x+d/e)^2-2*c*d/e*(x+d/e)+(a*e^2+c*d^2)/e^2)^(1/2)-c*d*e/(a*e^2+c*d^2)/
((a*e^2+c*d^2)/e^2)^(1/2)*ln((2*(a*e^2+c*d^2)/e^2-2*c*d/e*(x+d/e)+2*((a*e^2+c*d^2)/e^2)^(1/2)*(c*(x+d/e)^2-2*c
*d/e*(x+d/e)+(a*e^2+c*d^2)/e^2)^(1/2))/(x+d/e)))

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 177 vs. \(2 (84) = 168\).

Time = 0.31 (sec) , antiderivative size = 381, normalized size of antiderivative = 4.19 \[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=\left [\frac {{\left (c d e x + c d^{2}\right )} \sqrt {c d^{2} + a e^{2}} \log \left (\frac {2 \, a c d e x - a c d^{2} - 2 \, a^{2} e^{2} - {\left (2 \, c^{2} d^{2} + a c e^{2}\right )} x^{2} - 2 \, \sqrt {c d^{2} + a e^{2}} {\left (c d x - a e\right )} \sqrt {c x^{2} + a}}{e^{2} x^{2} + 2 \, d e x + d^{2}}\right ) - 2 \, {\left (c d^{2} e + a e^{3}\right )} \sqrt {c x^{2} + a}}{2 \, {\left (c^{2} d^{5} + 2 \, a c d^{3} e^{2} + a^{2} d e^{4} + {\left (c^{2} d^{4} e + 2 \, a c d^{2} e^{3} + a^{2} e^{5}\right )} x\right )}}, -\frac {{\left (c d e x + c d^{2}\right )} \sqrt {-c d^{2} - a e^{2}} \arctan \left (\frac {\sqrt {-c d^{2} - a e^{2}} {\left (c d x - a e\right )} \sqrt {c x^{2} + a}}{a c d^{2} + a^{2} e^{2} + {\left (c^{2} d^{2} + a c e^{2}\right )} x^{2}}\right ) + {\left (c d^{2} e + a e^{3}\right )} \sqrt {c x^{2} + a}}{c^{2} d^{5} + 2 \, a c d^{3} e^{2} + a^{2} d e^{4} + {\left (c^{2} d^{4} e + 2 \, a c d^{2} e^{3} + a^{2} e^{5}\right )} x}\right ] \]

[In]

integrate(1/(e*x+d)^2/(c*x^2+a)^(1/2),x, algorithm="fricas")

[Out]

[1/2*((c*d*e*x + c*d^2)*sqrt(c*d^2 + a*e^2)*log((2*a*c*d*e*x - a*c*d^2 - 2*a^2*e^2 - (2*c^2*d^2 + a*c*e^2)*x^2
 - 2*sqrt(c*d^2 + a*e^2)*(c*d*x - a*e)*sqrt(c*x^2 + a))/(e^2*x^2 + 2*d*e*x + d^2)) - 2*(c*d^2*e + a*e^3)*sqrt(
c*x^2 + a))/(c^2*d^5 + 2*a*c*d^3*e^2 + a^2*d*e^4 + (c^2*d^4*e + 2*a*c*d^2*e^3 + a^2*e^5)*x), -((c*d*e*x + c*d^
2)*sqrt(-c*d^2 - a*e^2)*arctan(sqrt(-c*d^2 - a*e^2)*(c*d*x - a*e)*sqrt(c*x^2 + a)/(a*c*d^2 + a^2*e^2 + (c^2*d^
2 + a*c*e^2)*x^2)) + (c*d^2*e + a*e^3)*sqrt(c*x^2 + a))/(c^2*d^5 + 2*a*c*d^3*e^2 + a^2*d*e^4 + (c^2*d^4*e + 2*
a*c*d^2*e^3 + a^2*e^5)*x)]

Sympy [F]

\[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=\int \frac {1}{\sqrt {a + c x^{2}} \left (d + e x\right )^{2}}\, dx \]

[In]

integrate(1/(e*x+d)**2/(c*x**2+a)**(1/2),x)

[Out]

Integral(1/(sqrt(a + c*x**2)*(d + e*x)**2), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(1/(e*x+d)^2/(c*x^2+a)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more
details)Is e

Giac [F(-2)]

Exception generated. \[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(e*x+d)^2/(c*x^2+a)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> an error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Error: Bad Argument Type

Mupad [F(-1)]

Timed out. \[ \int \frac {1}{(d+e x)^2 \sqrt {a+c x^2}} \, dx=\int \frac {1}{\sqrt {c\,x^2+a}\,{\left (d+e\,x\right )}^2} \,d x \]

[In]

int(1/((a + c*x^2)^(1/2)*(d + e*x)^2),x)

[Out]

int(1/((a + c*x^2)^(1/2)*(d + e*x)^2), x)